StopWatchNotificationManager_Factory

@DaggerGenerated
@Generated(value = "dagger.internal.codegen.ComponentProcessor", comments = "https://dagger.dev")
class StopWatchNotificationManager_Factory : Factory<T>

Constructors

Link copied to clipboard
constructor(notificationManagerProvider: Provider<NotificationManager>, resourcesProvider: Provider<Resources>)

Functions

Link copied to clipboard
open fun create(notificationManagerProvider: Provider<NotificationManager>, resourcesProvider: Provider<Resources>): StopWatchNotificationManager_Factory
Link copied to clipboard
Link copied to clipboard
open fun newInstance(notificationManager: NotificationManager, resources: Resources): StopWatchNotificationManager